home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / lang / Python152_Src.lha / Python152_Source / Parser / protos / myreadline.h next >
Encoding:
C/C++ Source or Header  |  1999-04-25  |  198 b   |  10 lines

  1. /* Prototypes for use with the Amiga SAS/C Compiler. */
  2.  
  3. #ifdef __SASC
  4.  
  5. /* myreadline.c */
  6. static int my_fgets ( char *buf , int len , FILE *fp );
  7. char *PyOS_StdioReadline ( char *prompt );
  8.  
  9. #endif
  10.